projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a67972b
)
(enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete unused enumeration value.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 4 Dec 2009 10:51:37 +0000
(10:51 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 4 Dec 2009 10:51:37 +0000
(10:51 +0000)
src/ChangeLog
patch
|
blob
|
history
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index e753fa967bce584a41315d9453af5528ae477964..3ee60381fe875d7dda275e7f4d39f85f46ff168c 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2009-12-04 Eli Zaretskii <eliz@gnu.org>
+
+ * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete
+ unused enumeration value.
+
2009-12-03 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 706dba776c4c24f6b29e9a81c2030e3970b440c5..852e56a7aa1f48d66c885c5671c6a2dbf90d8c13 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-1811,7
+1811,6
@@
enum display_element_type
enum prop_idx
{
- AUTO_COMPOSED_PROP_IDX,
FONTIFIED_PROP_IDX,
FACE_PROP_IDX,
INVISIBLE_PROP_IDX,